home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gNickFlag, gLite1, gLite2, gLite3, gButtonPups, gNickLite
- set gNickFlag to 0
- SetHiliters()
- end
-
- on CheckStart
- global gFreshStart
- if gFreshStart = 1 then
- SetUp()
- set gFreshStart to 0
- else
- nothing()
- end if
- end
-
- on CapturePrefs
- global gNickLite, gButtonPups, gNickChange
- setAt(gButtonPups, 3, gNickLite)
- set the text of member "ButtonPups" to string(gButtonPups)
- loadNicknames()
- puppetMan(0)
- end
-
- on SetHiliters
- LoadButtons()
- end
-
- on LoadButtons
- global gLite1, gLite2, gLite3, gNickLite, gButtonPups
- set gButtonPups to the text of field member "ButtonPups"
- set gButtonPups to value(string(gButtonPups))
- set gLite1 to getAt(gButtonPups, 1)
- set gLite2 to getAt(gButtonPups, 2)
- set gNickLite to getAt(gButtonPups, 3)
- set gLite3 to getAt(gButtonPups, 4)
- end
-
- on doGreetNew
- global gFlatNow
- set gFlatNow to 200
- end
-
- on radioGroup spriteList, high, off
- repeat with n in spriteList
- puppetMan(n, 1)
- set the member of sprite n to member off
- set the member of sprite the clickOn to member high
- end repeat
- updateStage()
- end
-
- on SpeakIdleRadio
- radioGroup([25, 26, 27, 28, 29, 30, 31, 32], "on", "off")
- end
-
- on SUQuitRadio
- radioGroup([14, 15], "on", "off")
- end
-